home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / yarn_068.zip / CHANGES < prev    next >
Text File  |  1994-06-30  |  18KB  |  551 lines

  1. VERSION 0.68
  2.  
  3. - If mail filtering was enabled, the import program repeatedly displayed
  4.   the error message "Cannot create INBOX" when reading a download packet
  5.   containing many mail messages.
  6.  
  7. - Fixed wrapping of long address lists in To:, Cc: and Bcc: headers of
  8.   outgoing messages.
  9.  
  10. VERSION 0.67
  11.  
  12. - Added mail filter to import program.
  13.  
  14. - Added commands to newsgroup selection level
  15.     Key  Command
  16.      O   Save articles in newsgroup to folder
  17.      S   Save articles in newsgroup to file
  18.      W   Write articles in newsgroup to file without headers
  19.  
  20. - The yarnx.exe program did not output articles using BIOS when the
  21.   "speech=on" option was set.
  22.  
  23. - Include the original author's mail address in the attribution when
  24.   posting a follow-up.
  25.  
  26. - Check for write error when saving to file.
  27.  
  28. - Save to file command asks to append to or overwrite the file if it
  29.   already exists.
  30.  
  31. - Fixed memory fault when you type a key after selecting an item from
  32.   an F2 pick list.
  33.  
  34. VERSION 0.66
  35.  
  36. - The F3 command refused to add an entry to the address book if the alias
  37.   field matched the beginning of the address field.
  38.  
  39. - If the address book contained a very long address list, yarn overflowed
  40.   a memory buffer when you tried mailing to that list.  If the address
  41.   list is longer than 80 characters, the F2 pick list inserts the alias
  42.   instead of the address.
  43.  
  44. - Increased address field maximum length in an address book entry to 32000
  45.   characters.
  46.  
  47. - Now avoid writing long lines to the address book file by writing each
  48.   address in an address list on a separate line followed by the \ line
  49.   continuation character.
  50.  
  51. - Added CONFIG settings for save to file command:
  52.  
  53.   The save to file command writes this line at the start of each saved
  54.   message.  The default is to write no line at the beginning of the message.
  55.  
  56.       save-mail-header = Message %a of %C:
  57.  
  58.   The save to file command writes this line at the start of each saved
  59.   article.  The default is to write no line at the beginning of the article.
  60.  
  61.       save-news-header = Article %a of %C:
  62.  
  63. - To enable support for the ISO-8859/8 (Hebrew) character set, put the line
  64.  
  65.       charset = iso-8859-8
  66.  
  67.   in the CONFIG file and set the code page to 862.
  68.  
  69. - Added CONFIG option for visually impaired users.  Set
  70.  
  71.       speech = on
  72.  
  73.   to enable a speech friendly user interface.
  74.  
  75. - To show only certain message headers, put
  76.  
  77.       show = <header list>
  78.  
  79.   in the CONFIG file, where <header list> is a list of headers separated
  80.   by spaces.  If both "hide" and "show" settings are in the file, the
  81.   last one takes effect.
  82.  
  83. VERSION 0.65
  84.  
  85. - The "expire -r" command also deleted old articles from the history file.
  86.  
  87. - When sending a message, insert the configured From: header and discard
  88.   any changes made to the header while in the editor.
  89.  
  90. - The left and right arrow keys now move between the newsgroup selection
  91.   level, article selection level and article reading level.  Pressing
  92.   the right arrow key at the article reading level moves to the next
  93.   unread article.
  94.  
  95. VERSION 0.64
  96.  
  97. - The "expire -r" program corrupted the history file.
  98.  
  99. - Added PGP hooks.
  100.  
  101. - The timezone in the Date: header now accounts for daylight savings time.
  102.  
  103. - While entering a form field that asks for a mail address, the
  104.   selection of an entry from the address book using the F2 key now
  105.   inserts the address instead of the alias.
  106.  
  107. - By default, comments (parentheses and the text between them) are now
  108.   stripped from the To:, Cc: and Bcc:  headers of outgoing messages. To
  109.   leave the comments in, put this line in the CONFIG file:
  110.  
  111.       address-comments=on
  112.  
  113. VERSION 0.63
  114.  
  115. - The "expire -r" command hung if all articles in the news base were
  116.   marked as read.
  117.  
  118. - Catch up command at newsgroup selection level did not clear count
  119.   of unread articles.
  120.  
  121. - When saving to a folder, pressing the F2 key while entering the
  122.   folder name pops up a list of existing folders you can select from.
  123.  
  124. - Enable high intensity background colors.
  125.  
  126. VERSION 0.62
  127.  
  128. - Changed the command key mapping to eliminate Alt- keys.
  129.  
  130.   Newsgroup selection level
  131.     Old Key  New Key  Command
  132.      Alt-C      C     Mark all articles in newsgroup as read
  133.      Alt-F      F     List folders
  134.      Alt-M      M     Read/send mail
  135.      Alt-N      N     Next newsgroup containing unread articles
  136.      Alt-P      P     Previous newsgroup containing unread articles
  137.      Alt-R      R     List replies
  138.      Alt-S      +     Subscribe to newsgroup
  139.      Alt-U      -     Unsubscribe from newsgroup
  140.  
  141.   Article selection level
  142.     Old Key  New Key  Command
  143.      Alt-A      A     Post original article
  144.      Alt-C      C     Mark all articles in newsgroup as read
  145.      Alt-K      K     Mark articles in thread as read
  146.      Alt-O      O     Save articles in thread to folder
  147.      Alt-S      S     Save thread to file
  148.      Alt-U      U     Mark articles in thread as unread
  149.      Alt-W      W     Write thread to file
  150.  
  151.   Article reading level
  152.     Old Key  New Key  Command
  153.      Alt-C      C     Mark all articles in newsgroup as read
  154.        C        c     Cancel article
  155.        S        z     Supersede article
  156.  
  157. - When replying to a message, don't prompt the user for a destination
  158.   if the Reply-To: header is the same as the From: header.
  159.  
  160. - The reader program opens news base files in shared reading mode.
  161.  
  162. - The reader crashed when adding or modifying an address book entry
  163.   in 132 column display mode.
  164.  
  165. - Fixed the expire program which may go into an infinite loop when run
  166.   with no arguments to expire all newsgroups,
  167.  
  168. VERSION 0.61
  169.  
  170. - Leaving the replies list in yarnx resulted in a memory fault.  The
  171.   Watcom C++ compiler generated code that called destructors more
  172.   than once.
  173.  
  174. - A memory leak caused the cvt06 program to run out of memory when
  175.   converting a large news base.
  176.  
  177. - The expire program corrupted the history file when run with no
  178.   arguments to expire all newsgroups,
  179.  
  180. - When replying to a message, ask the user to select from a list of
  181.   destinations if the message has a Reply-To: header or was sent to
  182.   multiple recipients.
  183.  
  184. - While entering a form field that asks for a mail address, the
  185.   selection of an entry from the address book using the F2 key now
  186.   inserts the alias instead of the address.
  187.  
  188. - When adding an address book entry, truncate the alias at the first
  189.   word.
  190.  
  191. - Disable Ctrl-C from terminating the reader program.
  192.  
  193. - Added -s option to reader program to disable '!' shell command.
  194.  
  195. - Improved support for 132 column display modes.
  196.  
  197. VERSION 0.60
  198.  
  199. - The news base is incompatible with older versions of Yarn.  Run the cvt06
  200.   program to convert an existing old format news base to the new format.
  201.  
  202. - The expire program can delete articles from specific newsgroups.  It can
  203.   also delete read articles.
  204.  
  205. - The DOS protected mode version of the reader uses a different DOS
  206.   extender and has the new name yarnx.  The program requires the file
  207.   DOS4GW.EXE to be in a directory in the PATH.
  208.  
  209. - If the import program finds a newsgroup in the AREAS file of a SOUP packet
  210.   that is not in the active newsgroup list, it adds the newsgroup to the
  211.   user's subscription list.
  212.  
  213. VERSION 0.59
  214.  
  215. - The aliases file is now called the address book in the user manual.
  216.   The "aliases" configuration setting is renamed "address-book".
  217.   The default address book file is <home>\yarn\addrbook.
  218.  
  219. - Press the F2 key to edit the address book.  While entering a form
  220.   field that asks for a mail address, press F2 to pick a mail address
  221.   from the address book.  Press the F3 key to add the author of the
  222.   current message to the address book.
  223.  
  224. - Increased the speed of the import program by opening and closing the
  225.   new base files only as required.
  226.  
  227. - Do not quote forwarded messages.
  228.  
  229. - Delete reply packet file if the user deletes all messages from reply
  230.   packet.
  231.  
  232. VERSION 0.58
  233.  
  234. - Several users reported that when they try to send mail or news, the
  235.   DOS extender reader replaced the entire message with a single "Lines: "
  236.   header.  This p